﻿* {
	box-sizing: border-box;
}
/* Style the top navigation bar */
.topnav {
	overflow: hidden;
	background-color:#f8f2e3;
	margin-bottom: 50px;
	margin-top: 30px;
	color: #000000;
}
/* Style the topnav links */
.topnav a {
      background-color: #E5E5E5;

/*	margin: 2.5%;*/
	float: left;
	display: block;
	color: #000000;
	text-align: left;
	padding: 14px 2px 14px 2px;
	text-decoration: none;
	width: 25%;
	text-align: center;
	font-family: "arial", Times, serif;
	font-size: x-large;
	/*border: medium #CC9900 solid;*/
}
/* Change color on hover */
.topnav a:hover {
	background-color: #ddd;
	color: black;
}
.topnav .icon {
  display: none;
}


.topnav .active {
 	background-color: #E5E5E5;

}

/* Create unequal columns that floats next to each other */
.column {

	float: right;
	padding: 10px;
}
/* Left and right column */
.column.side {
	width: 25%;
}
.column.side5 {
	width: 22%;
}
/* Middle column */
.column.middle {
      background-color: #E5E5E5;

	width: 50%; 
	padding:0px;
	padding:15px;
	}
	.colcust {
		float: right;

}
/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 960px) {
.column.side, .clm , .column.middle,.colcust {
	width: 100%;
}
@media screen and (max-width: 600px) {
  .topnav a:not(.active) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav a{
	width:auto;
/*	text-align:left;*/
}

  .topnav a.active{
  background-color:#f8f2e3;
}

}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
  
  .form-Delivery input,
.form-Delivery select,
.form-Delivery textarea,
.form-Delivery span {
    width: 100%;
}

  
}
th {
	padding: 0px;
	font-size: x-small;
}
}

.sbutton {
	display: block;
	width: 70%;
	border-radius: 25px;
	border-color: #B78900;
	background-color: #FDF1CC;
	margin: 10px auto 10px auto;
	height: 45px;
	font-family: 'arial';
	font-size: large;
	font-weight: bold;
}
.nbutton {
	display: block; /*width: 70%;*/;
	border-radius: 15px;
	border-color: #B78900;
	background-color: #B78900;
	margin: 7px 7px 7px 7px;
	padding:10px;
	font-family: 'arial';
	font-size: xx-large;
	font-weight: bold;
	float: right;
}
.bdel {
	display: block;
	background-color: #B78900; /*margin: 15px 15px 15px 0;*/;
	font-family: 'arial';
	font-size: xx-large;
	font-weight: bold;
	float: left;
	width: 30%;
	outline: none;
}
.bpu {
	display: block;
	border: 3px solid #B78900;
	background-color: #FFFFFF; /*margin: 15px 15px 15px 15px;*/;
	font-family: 'arial';
	font-size: xx-large;
	font-weight: bold;
	float: left;
	width: 30%;
	outline: none;
}
table, th, td {
	border: 3px solid #C89159;
	border-collapse: collapse;
	font-size: large;
}
th, td {
}
th {
	padding: 3px 0.5px 3px 0.5px;
	text-align: center;
	background-color: #C89159;
	font-family: David;
	text-align: center;
}
td {
	padding: 3px 0.5px 3px 0.5px;
	text-align: right;
}
.tab {
}
.TextBox {
	outline: none;
	padding: 8px;
	display: block;
	border-style:none;
	border-bottom-color: #B78900;
	border-bottom-style: solid;
}
input.Textbox {
	display: block;
	float: left;
	margin: 10px;
}
.qty {
	font-size: x-large;
text-align: center;
	font-family: David;
	border-style: none;
	outline: none;
		width: 100%;
}
.tbl {
	width: 100%;
	text-align: right;
	font-family: David;
	border-style: none;
	outline: none;
}
.lbl {
	display: block;
}
.subto {
	text-align: center;
	font-size: x-large;
	font-family: "arial";
}

.form-Delivery input,
.form-Delivery select,
.form-Delivery textarea {
    margin-top: 3px;
    padding: 15px;
    font-size: 16px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.ste {
padding:2px;
	background:#F8F8F8;
	border:thin #DDDDDD solid;
	}
	
	
	
	
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #FFFFCC;
  color: blue;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.ChildDiv{
  background-image: linear-gradient( #CCFF33 , #FFFF00, #CCFF33 );
  padding:15px;margin:15px;text-align:right;direction:rtl;
	border-radius: 15px;
}

.YidTrans{
	text-align:right;background-color:transparent; border-style:none;
		outline: none;
}


.DBoardI{
	border-radius:15px; 
	/*border-color:green; */
	border-color:#009900;
	/*border:thick;*/
	border-width:thick;
	border-style: solid; 
	background-color:#ffffb3;
	direction:rtl;	
	margin-bottom:15px;
	/*background-image: repeating-radial-gradient( yellow,yellow, yellow,   #33ff33,  #00cc00);*/
	}